From 463794e9395a7e5701559a67a2072e18bbfacf06 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Feb 2021 13:56:16 -0500 Subject: [PATCH] 4.0.3 --- NEWS | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8f4e86afc5..fd70e7fc02 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +Overview of Changes in 4.0.3 +============================ + +* GtkWidget: + - Enforce the can-focus property + +* GtkVideo: + - Avoid tearing when using gstreamer with GL + +* Accessibility: + - Speed up cache population + - Make context realization lazier + +* CSS: + - Fix shadow transitions + +* Themes: + - Adwaita: Allow suggested and destructive action in lists + +* GDK: + - Remove warnings about exceeding size bounds + +* Vulkan: + - Fix uploading image regions + +* Wayland: + - Abort if the shared memory pool cannot be created + - Explicitly announce ssd for kwin + - Signal gtk-shell surface destruction to mutter + +* X11: + - Fix several DND problems + +* Windows: + - Avoid UAC in gtk4-update-icon-cache on 32bit Windows + +* MacOS: + - Use correct module file extension + +* tools: + - Make gtk-builder-tool translate GtkImage:pixbuf to :file + +* Translation updates: + Brazilian Portuguese + Czech + Galician + Greek + Portuguese + Punjabi + Slovenian + Spanish + Swedish + + Overview of Changes in 4.0.2 ============================ diff --git a/meson.build b/meson.build index 68fb8ec065..34a404d043 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.0.2', + version: '4.0.3', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- 2.30.2